home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / graphics / 483 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.3 KB

  1. Path: mycogen.terminus.com!terminus!jwaller
  2. From: jwaller@terminus.terminus.com (John Waller)
  3. Newsgroups: comp.sys.amiga.graphics,comp.sys.amiga.applications
  4. Subject: Re: ImageFx: Joining pictures into a large one?
  5. Followup-To: comp.sys.amiga.graphics,comp.sys.amiga.applications
  6. Date: 18 Jan 1996 01:23:32 GMT
  7. Organization: Second Foundation, Lompoc, CA
  8. Message-ID: <4dk7el$455@mycogen.terminus.com>
  9. References: <1996Jan16.205909.1@cc.helsinki.fi>
  10. NNTP-Posting-Host: seldon.terminus.com
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. ronkko@cc.helsinki.fi wrote:
  14. > How can I join in ImageFx 2.1 two separate pictures into one large image, 
  15. > so that the originals do not overlap but are 'weldered' together side by side? 
  16. > I suppose this feature must be present because ImageFx is marketed as a 
  17. > professional tool, but I have not been able to find that feature from the 
  18. > manual. So, on what page(s) is that explained? I have found so far only
  19. > how to combine _overlapping_ pictures of identical size...
  20.  
  21. > ----------------------------------------------------------------------------
  22. >      Reijo Ronkko   Ph. Lic.        Email: reijo.ronkko@helsinki.fi
  23. > ----------------------------------------------------------------------------
  24.  
  25.     Probably the easiest way would be to create a buffer that is the
  26. same width as the two picures side-by-side, (if that is what you want). 
  27. Then, load each picture and copy it as a brush, and paste it into the
  28. location you want in the larger buffer.  For example, if the two pictures
  29. are 200 x 200, and you want to combine them into a picture that is 400 x
  30. 200, create a 400 x 200 buffer.  Load picture A, make it a brush, then
  31. copy it to the 400 x 200 buffer.  Next, you would load picture B, make it
  32. a brush, and then place it in the 400 x 200 buffer, where you want it to
  33. appear.  There may be a way to load a picture into a specific location in
  34. a larger buffer, but I do not know.  Have not tried it :)
  35. But, this way will work. 
  36.  
  37.     This is one of the characteristics of such a flexible and powerful
  38. prgram like this.  It may not have a command to do what you want, but it
  39. has the ability, if you can only figure out how.  Of course, if you do
  40. this frequently, you could create your own command with an Arexx macro,
  41. and assign it to a key.
  42.  
  43.                         Good Luck,
  44.                         John Waller
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52. - Inquiring minds are curious...
  53.  
  54.